1.Quick sort (Quicksort) is a bubble sort of an improvement.
快速排序(Quicksort)是对冒泡排序的一种改进。
2.It isn't true that QuickSort is the fastest Algorithm available. This is only true for pure Integer or Word arrays.
快速排序并不真是最快的排序算法,它只对纯整形或字数组有效。
3.We limit our quicksort implementation to perform comparisons only to a depth D.
我们限制我们的快速排序的执行情况进行比较深入的D只一。
4.This method uses System. Array. Sort, which uses the QuickSort algorithm.
此方法使用System.Array.Sort,后者使用QuickSort算法。
5.The algorithm works by applying a modified version of quicksort to the suffixes of S.
该算法的工作原理是利用一个快速排序的修改版本的S的后缀。
6.Improve the Quicksort Using Merging Algorithm
用归并法改进快速排序
7.A Quicker Hash Sorting Algorithm Than Quicksort
一种新的散列排序算法
8.Quicksort Algorithm Based on the Theory of Division-and-Conquer and Recursion
基于分治与递归策略的快速排序算法
9.The Improved Algorithm on the Quicksort
快速排序的改进算法
10.Discussion of Quicksort algorithm based on dichotomy
基于分治策略的快速排序算法探讨